home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / JunkMatcher 1.5.5.dmg / JunkMatcher.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2005-06-01  |  1.5 KB  |  60 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>jpp</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>JPP</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>JunkMatcher Pattern Package</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>JKMT</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>LSTypeIsPackage</key>
  25.             <true/>
  26.         </dict>
  27.         <dict>
  28.             <key>CFBundleTypeExtensions</key>
  29.             <array>
  30.                 <string>txt</string>
  31.             </array>
  32.             <key>CFBundleTypeName</key>
  33.             <string>Raw Message Source</string>
  34.             <key>CFBundleTypeRole</key>
  35.             <string>Viewer</string>
  36.             <key>LSTypeIsPackage</key>
  37.             <false/>
  38.         </dict>
  39.     </array>
  40.     <key>CFBundleExecutable</key>
  41.     <string>JunkMatcher</string>
  42.     <key>CFBundleIconFile</key>
  43.     <string>JunkMatcher icon</string>
  44.     <key>CFBundleIdentifier</key>
  45.     <string>edu.cmu.cs.benhdj.JunkMatcher</string>
  46.     <key>CFBundleInfoDictionaryVersion</key>
  47.     <string>6.0</string>
  48.     <key>CFBundlePackageType</key>
  49.     <string>APPL</string>
  50.     <key>CFBundleSignature</key>
  51.     <string>JKMT</string>
  52.     <key>CFBundleVersion</key>
  53.     <string>1.5.5</string>
  54.     <key>NSMainNibFile</key>
  55.     <string>MainMenu</string>
  56.     <key>NSPrincipalClass</key>
  57.     <string>NSApplication</string>
  58. </dict>
  59. </plist>
  60.